-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve tracking of connectionless UDP syscalls #1741
Conversation
a02f37b
to
7bec1af
Compare
fbace2b
to
72968d3
Compare
1efbff6
to
280469b
Compare
251ec76
to
75eae35
Compare
4a5b583
to
17c6415
Compare
770f337
to
f845238
Compare
RHEL-SAP 8.4 is failing due to a verifier error on an unimplemented ebpf instruction. After some investigation, the instruction seems to be trying to load the address to the |
I have a potential fix for the RHEL-SAP 8.4 verifier issue on these 2 PRs: Basically we can circumvent the verifier error by not loading the offending probe if collector is not configured to track send/recv syscalls. I need to investigate why the |
f845238
to
9fc81e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of questions and comments, but overall LGTM!
370a7fe
to
880d840
Compare
Description
The recvmmsg and sendmmsg are used by passt in order to handle UDP messages. Because it does so in a stateless manner, we need to track these in order to support UDP on OCP Virt.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
Added relevant tests to CI.